home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Shareware / Programare / sharp / wwwSharp_setup.exe / {app} / Examples / ComputerInfo / ComputerInfo.wsits / computerinfo.css next >
Cascading Style Sheet File  |  2004-01-22  |  2KB  |  101 lines

  1. BODY
  2. {
  3.     color:                 #555753;
  4.     font-family:        georgia;
  5.     font-size:          12pt/20pt;
  6.     background:         ivory url("wrinkls.jpg") repeat;
  7.     margin:             0px;
  8.     padding:             5px;
  9. }
  10.  
  11. BUTTON
  12. {
  13.     background-color:   ivory;
  14.     width:              200px;
  15.     margin:             0px;
  16. }
  17.  
  18. #headOutput
  19. {
  20.     font:                 italic normal 150% georgia;
  21.     letter-spacing:     1px;
  22.     margin-bottom:         0px;
  23.     color:                 #7D775C;
  24. }
  25.  
  26. #divOutput
  27. {
  28.     border:             2px inset;
  29.     overflow:             scroll;
  30.     width:                 100%;
  31.     height:             expression(parentElement.clientHeight - offsetTop - 25);
  32.     background:         ivory repeat;
  33. }
  34.  
  35. H1
  36. {
  37.     font:                 italic normal 150% georgia;
  38.     letter-spacing:     1px;
  39.     margin-bottom:         0px;
  40.     color:                 #7D775C;
  41. }
  42.  
  43. H2
  44. {
  45.     font:                 italic normal 125% georgia;
  46.     letter-spacing:     1px;
  47.     margin-bottom:         0px;
  48.     color:                 #7D775C;
  49. }
  50.  
  51. H3
  52. {
  53.     font:                 italic normal 110% georgia;
  54.     letter-spacing:     1px;
  55.     margin-bottom:         0px;
  56.     color:                 #7D775C;
  57. }
  58.  
  59. #creator
  60. {
  61.     font-size:             10pt;
  62.     margin:             0px
  63. }
  64.  
  65. .tblOutput
  66. {
  67.     table-layout:         fixed;
  68.     width:                 100%;
  69. }
  70.  
  71. .tblOutput TH
  72. {
  73.     background-color:   #99CC33;
  74. }
  75.  
  76. .tblOutput TD
  77. {
  78.     background-color:   #00FF99;
  79.     padding:            2px 5px 2px 5px;
  80. }
  81.  
  82. #pOutput
  83. {
  84.     margin-top:         0px;
  85.     margin-bottom:      0px;
  86. }
  87.  
  88. #tblControls A
  89. {
  90.     width:              100%;
  91.     text-decoration:     none;
  92.     color:              #7D775C;
  93. }
  94.  
  95. #tblControls A:hover
  96. {
  97.     background-color:   #99CC33;
  98.     text-decoration:     none;
  99.     color:              white;
  100. }
  101.